home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / libs / simplify.table < prev    next >
Text File  |  1977-12-31  |  520b  |  15 lines

  1. ; Lookup table for Laplace V0.3 (03-APR-1996)
  2. ; --------------------------------------------------------------------------
  3. ; You should not modify this file on your own.
  4. ; The file structure is not documented (although it's quite straight ahead),
  5. ; and will change in future releases !
  6. POT(1,$1/2) = SQRT(1)
  7. POT(1,$-1/1) = INV(1)
  8. POT(1,$1/1) = 1
  9. POT(1,NEG(2)) = INV(POT(1,2))
  10. MUL(SIN(1),INV(COS(1))) = TAN(1)
  11. MUL(COS(1),INV(SIN(1))) = COT(1)
  12. MUL(SINH(1),INV(COSH(1))) = TANH(1)
  13. MUL(COSH(1),INV(SINH(1))) = INV(TANH(1))
  14.  
  15.